/*--------------------全局样式*正式上线前去掉--------------------*/
body{
    margin: 0;
    padding: 0;
    font-family: 'Source Han Sans CN','Hiragino Sans GB','microsoft yahei', Helvetica,Arial,sans-serif;
    transition: all 3s ease-out;
}
/* .container{
    height: 100%;
} */
/*全局样式结束*/

/*--------------------弹窗模式选择--------------------*/
#somedialog{display: none;}
.dialog,
.dialog__overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.dialog {
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    pointer-events: none;
    z-index: 99999999999999999999999999999999999;
}

.dialog__overlay {
    position: absolute;
    z-index: 1;
    
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
}

.dialog--open .dialog__overlay {
    opacity: 1;
    pointer-events: auto;
}

.dialog__content {
    width: 729px;height: 489px;
    padding: 40px 30px 20px 30px;
    text-align: center;
    position: relative;
    z-index: 5;
    opacity: 0;
    box-shadow: 22px 22px 8px rgba(0, 0, 0, 0.1);
   
    color: #ffffff;
    border-radius: 12px;
    margin: 0 auto;
    margin-top: 300px;background:url(zzms_bg.png)no-repeat;
}

.dialog--open .dialog__content {
    pointer-events: auto;
}

/* Content */
.dialog h2 {
    font-weight: normal;
    margin: 0 0 30px 0;
    
    color: #fff;
    font-size: 24px;
    line-height: 1.6;
    display: inline;
    font-weight: 600;
}

.zzms_out{
    width: 127px;height: 46px;background: url(zzms_out.png)no-repeat;display: block;margin: 0 auto;
    color: #ffffff;font-size: 24px;line-height: 46px;text-indent:45px;cursor:pointer;margin-top: 40px;
}
.dialog_zzms p{font-size: 14px;color: #fff;margin-top: 30px;}

.container--move {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: scale3d(0.95, 0.95, 1);
    transform: scale3d(0.95, 0.95, 1);
}

.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
    opacity: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.7,0,0.3,1);
    animation-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.dialog.dialog--open .dialog__content {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: anim-open;
    animation-name: anim-open;
}

.dialog.dialog--close .dialog__content {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: anim-close;
    animation-name: anim-close;
}

@-webkit-keyframes anim-open {
    0% { -webkit-transform: translate3d(0, calc(50vh + 50%), 0); }
    100% { -webkit-transform: translate3d(0, 0, 0); }
}

@keyframes anim-open {
    0% {  -webkit-transform: translate3d(0, calc(50vh + 50%), 0); transform: translate3d(0, calc(50vh + 50%), 0); }
    100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

@-webkit-keyframes anim-close {
    0% { -webkit-transform: translate3d(0, 0, 0); }
    100% { -webkit-transform: translate3d(0, calc(50vh + 50%), 0); }
}

@keyframes anim-close {
    0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
    100% { -webkit-transform: translate3d(0, calc(50vh + 50%), 0); transform: translate3d(0, calc(50vh + 50%), 0); }
}

/*弹窗自定义部份*/
.dialog__content_middle{
    display: flex;
    text-align: center;
}
.model_select{
    width: 30%;
    border: solid 2px #ffffff;
    border-radius: 8px;
    display: inline-block;
    margin: 0 1%;
    padding: 0 1%;
    text-decoration: none;
    color: #ffffff;margin-top: 30px;
    transition: all 0.3s ease-out
}
.model_select:hover{
    color: #ffffff;
    background-image: linear-gradient(-45deg, #f09819 0%, #ff5858 100%);
    cursor: pointer;
    border-width: 3px;
    box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.8);
    }
.model_select h1{
    font-size: 26px;margin-top: 20px;
    margin-bottom: 5px; color: #ffffff;
    
}
.model_medium{margin-left: 13%;}
.model_higher{margin-left: 8%;}
.model_select.model_normal p,
.model_select.model_medium p,
.model_select.model_higher p{
   
    margin: 0; color: #ffffff;
    height: 120px;
    
}


.model_select.model_medium p{
    font-size: 20px;line-height: 30px;
}
.model_select.model_higher p{
    font-size: 24px;line-height: 40px;
}
.model_select .choose{
    width: 46px;
    height: 46px;
    border: solid 2px #ffffff;
    border-radius: 100%;
    display: block;
    line-height: 46px;
    text-decoration: none;
    margin: 10px auto 20px auto;
}
.model_select .choose i{
    font-size: 20px;
    color: #ff6600;
}
.model_select .choosed{
    background: #ffffff;
    box-shadow: 0 0 6px 4px rgba(255, 255, 255, 0.7);
}
/*弹窗模式结束*/

/*--------------------鼠标响应缓动效果--------------------*/
ul.disabilitiesN1 li button:hover,
.disabilitiesLanguage .font_titleBar li button.jhelper_btn01:hover,
.disabilitiesLanguage .font_titleBar li button.jhelper_btn02:hover,
.disabilitiesLanguage .LanguageSpell li button:hover,
#oldmodeltips button:hover,
.dialog_close:hover{
    color: #d42809;
    background: white;
    cursor: pointer;
    box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.8);
    transform: scale(1.08);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
/*鼠标响应缓动效果结束*/

/*--------------------使用引导样式--------------------*/
.introjs-overlay {
    position: absolute;
    z-index: 999999;
    background-color: #000;
    opacity: 0;
    background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
    background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
    background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.introjs-fixParent {
    z-index: auto !important;
    opacity: 1.0 !important;
    position: absolute !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
    z-index: 9999999 !important;
}

.introjs-disableInteraction {
    z-index: 99999999 !important;
    position: absolute;
}

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
    position: relative;
}

.introjs-helperLayer {
    position: absolute;
    z-index: 9999998;
    background-color: #FFF;
    background-color: rgba(255,255,255,.9);
    border: 2px solid rgb(255 55 1);
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,.4);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer {
    position: absolute;
    z-index: 10000000;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.introjs-helperNumberLayer {
    position: absolute;
    top: 5px;
    left: -18px;
    z-index: 9999999999 !important;
    padding: 3px;
    font-family: Arial, verdana, tahoma;
    font-size: 13px;
    font-weight: bolder;
    color: white;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    background: #ff3019; /* Old browsers */
    background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
    background:    -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
    background:     -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
    background:      -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
    background:         linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);  /* W3C */
    min-width: 20px;
    width: auto;
    height:20px;
    line-height: 10px;
    border: 2px solid white;
    border-radius: 20px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000); /* IE10 text shadows */
    box-shadow: 0 2px 5px rgba(0,0,0,.4);
}

.introjs-arrow {
    border: 8px solid white;
    content:'';
    position: absolute;
}
.introjs-arrow.top {
    top: -16px;
    left: 49%;
    border-top-color:transparent;
    border-right-color:transparent;
    border-bottom-color:#0091FF;
    border-left-color:transparent;
}
.introjs-arrow.top-right {
    top: -10px;
    right: 10px;
    border-top-color:transparent;
    border-right-color:transparent;
    border-bottom-color:white;
    border-left-color:transparent;
}
.introjs-arrow.top-middle {
    top: -10px;
    left: 50%;
    margin-left: -5px;
    border-top-color:transparent;
    border-right-color:transparent;
    border-bottom-color:white;
    border-left-color:transparent;
}
.introjs-arrow.right {
    right: -10px;
    top: 10px;
    border-top-color:transparent;
    border-right-color:transparent;
    border-bottom-color:transparent;
    border-left-color:white;
}
.introjs-arrow.right-bottom {
    bottom:10px;
    right: -10px;
    border-top-color:transparent;
    border-right-color:transparent;
    border-bottom-color:transparent;
    border-left-color:white;
}
.introjs-arrow.bottom {
    bottom: -10px;
    border-top-color:white;
    border-right-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
}
.introjs-arrow.left {
    left: -10px;
    top: 10px;
    border-top-color:transparent;
    border-right-color:white;
    border-bottom-color:transparent;
    border-left-color:transparent;
}
.introjs-arrow.left-bottom {
    left: -10px;
    bottom:10px;
    border-top-color:transparent;
    border-right-color:white;
    border-bottom-color:transparent;
    border-left-color:transparent;
}

.introjs-tooltip {
    position: absolute;
    padding: 16px;
    background-color: #0091FF;
    color: #ffffff;
    min-width: 200px;
    max-width: 400px;
    width: 320px;
    border-radius: 8px;
    box-shadow: 18px 18px 10px rgba(0,0,0,.1);
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    -ms-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
}
.introjs-tooltiptext{
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    line-height: 1.3;
    font-size: 16px;
    font-weight: bold;
}
.introjs-tooltipbuttons {
    text-align: right;
    white-space: nowrap;
}

.introjs-button {
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0.3em 0.8em;
    border: solid 1px rgba(255, 255, 255, 0.4);
    margin: 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 94, 255, 0.3);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    /* IE hacks */
    zoom: 1;
    *display: inline;
    margin-top: 10px;
}
.introjs-button:focus,
.introjs-button:active {
    background: #F7B500;
}
.introjs-button:hover {
    border-color: #ffffff;
    text-decoration: none;
    background: #ffffff;
    color: #0091FF;
}

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.introjs-skipbutton {
    margin-right: 5px;
    color: #ffffff;
}

.introjs-prevbutton {
    -webkit-border-radius: 0.2em 0 0 0.2em;
    -moz-border-radius: 0.2em 0 0 0.2em;
    border-radius: 0.2em 0 0 0.2em;
    border-right: none;
}

.introjs-nextbutton {
    -webkit-border-radius: 0 0.2em 0.2em 0;
    -moz-border-radius: 0 0.2em 0.2em 0;
    border-radius: 0 0.2em 0.2em 0;
}

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
    color: #868686;
    border-color: #d4d4d4;
    box-shadow: none;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.38);
    background-image: none;
    text-decoration: none;
}

.introjs-bullets {
    text-align: center;
}
.introjs-bullets ul {
    clear: both;
    margin: 15px auto 0;
    padding: 0;
    display: inline-block;
}
.introjs-bullets ul li {
    list-style: none;
    float: left;
    margin: 0 2px;
}
.introjs-bullets ul li a {
    display: block;
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-decoration: none;
}
.introjs-bullets ul li a:hover {
    background: #F7B500;
}
.introjs-bullets ul li a.active {
    background: #F7B500;
}

.introjs-progress {
    overflow: hidden;
    height: 10px;
    margin: 10px 0 5px 0;
    border-radius: 4px;
    background-color: #ecf0f1
}
.introjs-progressbar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    background-color: #08c;
}

.introjsFloatingElement {
    position: absolute;
    height: 0;
    width: 0;
    left: 50%;
    top: 50%;
}
/*使用引导样式结束*/